Don't declare `translation-table-for-input' obsolete.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 10:45:17 +0000 (10:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Feb 2009 10:45:17 +0000 (10:45 +0000)
Equivalent info added to its doc string, q.v.

lisp/subr.el

index 6a7b4ac54fffed9789d5b1761aecfe2793a4d41f..42447a4c28b7395d284777639b709274611672ba 100644 (file)
@@ -1054,9 +1054,6 @@ to reread, so it now uses nil to mean `no event', instead of -1."
 (defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions)
 (make-obsolete-variable 'x-sent-selection-hooks
                        'x-sent-selection-functions "22.1")
-;; This was introduced in 21.4 for pre-unicode unification and was rendered
-;; obsolete by the use of Unicode internally in 23.1.
-(make-obsolete-variable 'translation-table-for-input nil "23.1")
 
 (defvaralias 'messages-buffer-max-lines 'message-log-max)